home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / cli / BumpSeq371.lha / BumpSeq / BumpSeq.h < prev    next >
C/C++ Source or Header  |  1994-12-04  |  751b  |  34 lines

  1. /****** BumpSeq.h *************************************************************
  2. *
  3. *    $VER: BumpSeq.h 37.1 (4.12.94) -- Copyright © 1994 Magnetic Ink
  4. *
  5. *******************************************************************************/
  6. #ifndef BUMPSEQ_H
  7. #define BUMPSEQ_H
  8.  
  9. #include <proto/exec.h>
  10. #include <proto/dos.h>
  11. #include <dos/rdargs.h>
  12.  
  13. #define ARG_SEQFILE        0
  14. #define ARG_QUIET        1
  15.  
  16. #define Prototype          extern
  17.  
  18. #define STXT             STATIC const TEXT
  19.  
  20. #define EXTHELP            "\nName of ›3mseqFile›0m to bump [silently]...\n\n" \
  21.                         "SeqFile/A,Quiet/S"
  22.  
  23. //                        012345678901234567890
  24.  
  25. #define TEMPLATE_OFFS    (sizeof(EXTHELP)-18)
  26.  
  27. typedef struct Library    LIB;
  28. typedef struct RDArgs    ARG;
  29.  
  30. #include "BumpSeq_rev.h"
  31. #include "BumpSeq_protos.h"
  32.  
  33. #endif !BUMPSEQ_H
  34.